home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Directory Access.app / Contents / Resources / Italian.lproj / DirectoryAccessHelp / sty / task_style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-09-04  |  2.4 KB  |  140 lines

  1.     /* IP CSS Task Style 1.0 */
  2.     /* <html><head><meta name="robots" content="noindex"></head></html> */
  3.  
  4. h1       {
  5.     font-size: 12pt;
  6.     font-family: "Lucida Grande", Helvetica, Arial
  7.     }
  8.  
  9. h2         {
  10.     font-size: 9pt;
  11.     font-family: "Lucida Grande", Helvetica, Arial;
  12.     margin-bottom: -4px
  13.     }
  14.  
  15. p         {
  16.     font-size: 9pt;
  17.     line-height: 12pt;
  18.     font-family: "Lucida Grande", Helvetica, Arial;
  19.     text-decoration: none
  20.     }
  21.  
  22. ol         {
  23.     font-size: 9pt;
  24.     font-family: "Lucida Grande", Helvetica, Arial;
  25.     list-style-position: outside;
  26.     margin-left: -18px
  27.     }
  28.  
  29. ol li     {
  30.     font-size: 9pt;
  31.     line-height: 12pt;
  32.     font-family: "Lucida Grande", Helvetica, Arial;
  33.     margin-top: 6px
  34.     }
  35.  
  36.  ol p      {
  37.     font-size: 9pt;
  38.     line-height: 12pt;
  39.     font-family: "Lucida Grande", Helvetica, Arial;
  40.     margin-top: 6px;
  41.     margin-bottom: 6px
  42.     }
  43.  
  44. ul         {
  45.     font-size: 9pt;
  46.     font-family: "Lucida Grande", Helvetica, Arial;
  47.     list-style-type: square;
  48.     list-style-position: outside;
  49.     margin-top: -6px;
  50.     margin-left: -22px
  51.     }
  52.  
  53. ul li    {
  54.     font-size: 9pt;
  55.     line-height: 12pt;
  56.     font-family: "Lucida Grande", Helvetica, Arial;
  57.     margin-top: 6px
  58.     }
  59.  
  60. ul p      {
  61.     font-size: 9pt;
  62.     line-height: 12pt;
  63.     font-family: "Lucida Grande", Helvetica, Arial;
  64.     margin-top: 6px;
  65.     margin-bottom: 6px
  66.     }
  67.  
  68. a        {
  69.     color: blue;
  70.     font-size: 9pt;
  71.     line-height: 11pt;
  72.     font-family: "Lucida Grande", Helvetica, Arial;
  73.     text-decoration: none
  74.     }
  75.  
  76. a:hover  {
  77.     color: blue;
  78.     font-size: 9pt;
  79.     line-height: 11pt;
  80.     font-family: "Lucida Grande", Helvetica, Arial;
  81.     text-decoration: underline
  82.     }
  83.  
  84. #caticon       {
  85.     background-color: #fff;
  86.     float: left
  87.     }
  88.  
  89. #pagetitle          {
  90.     background-color: #fff;
  91.     margin-top: 11pt;
  92.     margin-bottom: 16px;
  93.     margin-left: 40px;
  94.     width: 88%
  95.     }
  96.  
  97. #mainbox        {
  98.     background-color: #fff;
  99.     margin-top: 28px;
  100.     margin-right: 26px;
  101.     margin-left: 18px;
  102.     position: absolute;
  103.     top: 10px
  104.     }
  105.  
  106. #taskbox            {
  107.     background-color: #eee;
  108.     list-style-type: decimal;
  109.     list-style-position: outside;
  110.     margin: 12px -12px;
  111.     padding: 2px 12px;
  112.     border: solid 1px #444
  113.     }
  114.  
  115. #taskbox ul {
  116.     font-size: 9pt;
  117.     font-family: "Lucida Grande", Helvetica, Arial;
  118.     list-style-type: square;
  119.     list-style-position: outside;
  120.     margin-top: 12px;
  121.     margin-left: -24px
  122.     }
  123.  
  124. #leftlink             {
  125.     background-color: #fff;
  126.     float: left;
  127.     margin-top: 10px;
  128.     margin-bottom: 20px;
  129.     width: 64%
  130.     }
  131.  
  132. #rightlink              {
  133.     background-color: #fff;
  134.     text-align: right;
  135.     float: right;
  136.     margin-top: 10px;
  137.     margin-bottom: 20px;
  138.     width: 34%
  139.     }
  140.